.user {
    width: 640px;
    height: 160px;
    border-radius: 10px;
    background: #4ac9c0;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.user-img {
    margin-left: 150px;
    /* display: inline-block; */
    /* margin-left: 150px;
    margin-top: 40px; */
    width: 77px;
    height: 77px;
    border: 2px solid #000000;
    border-radius: 50%;
    overflow: hidden;
}

.user-text {
    width: 300px;
    margin-left: 30px;
    /* margin-left: 30px;
    display: inline-block; */
}

.user-text>h6 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 10px;
}

.user-text>div {
    display: inline-block;
    padding: 5px 10px;
    background: #ffa800;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.record>a {
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    width: 642px;
    height: 29px;
    background-image: url("../img/record_02.png?v=1");
    background-size: 100% 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.slider {
    margin: 0 auto;
    margin-top: 30px;
    width: 642px;
    border-top: 2px dashed #dfdfdf;
}

.tel>a {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: 642px;
    height: 30px;
    background-image: url("../img/tel_02.png?v=1");
    background-size: 100% 100%;
    overflow: hidden;
   
}
.info {
    display: inline-block;
    margin-left: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #000000;

}